-- card: 74076 from stack: in -- bmap block id: 0 -- flags: 0000 -- background id: 4507 -- name: -- part 1 (button) -- low flags: 00 -- high flags: 8004 -- rect: left=340 top=58 right=83 bottom=477 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: How old are you? ----- HyperTalk script ----- on mouseUp answer "Your age group, please" with card field 1 or card field 2 or card field 3 if it is "young" then put "You look quite mature." if it is "old" then put "You look quite young." if it is "not telling" then put "You look your age." end mouseUp -- part 3 (field) -- low flags: 80 -- high flags: 0001 -- rect: left=360 top=106 right=132 bottom=480 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: -- part 4 (field) -- low flags: 80 -- high flags: 0001 -- rect: left=363 top=133 right=159 bottom=483 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: -- part 5 (field) -- low flags: 80 -- high flags: 0001 -- rect: left=363 top=160 right=186 bottom=483 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: -- part contents for background part 1 ----- text ----- Answer with or or Presents a dialog box on the screen asking the user to choose between the replies. The question appears in the dialog box. There can be one, two, or three possible replies. The answer that the user chooses goes into "it", a local variable, and can be tested with the "if" command. Maximum length of each reply is 13 characters (depending on character width). Contrast with "Ask". Answer "How many copies?" with 1 or 2 Answer "Are you happy?" with "yes" or "no" or "maybe"Answer "What's the answer?" with field 1 or field 2 -- part contents for background part 2 ----- text ----- Answer -- part contents for background part 44 ----- text ----- Form What it does Examples -- part contents for background part 43 ----- text ----- 337,122 -- part contents for card part 3 ----- text ----- young -- part contents for card part 4 ----- text ----- old -- part contents for card part 5 ----- text ----- not telling